home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR10 / XLIB06.ZIP / README.TXT < prev    next >
Text File  |  1993-10-13  |  1KB  |  33 lines

  1. This is XLIB the mode X graphics library. There is no organization to the
  2. files in this archive; that is left up to each users preferences.
  3.  
  4. Famous last words ;-)
  5.  
  6. "This is the last version I intend to release, unless of course someone has
  7. something really nifty they'd like to contribute."
  8.  
  9. MOUSE TIP:
  10.  
  11. Theres a slight design flaw in the mouse driver and lots of people have had
  12. problems with mouse droppings in the lower RH corner of the screen. This 
  13. happens under some circulstances because the code does not clip the saved
  14. background as is done for the cursor graphic itself so bits of the mouse 
  15. graphic stored in the video ram just below the visual page get picked up into 
  16. the background.
  17.  
  18. To bypass this problem is simple when you know how. If you are having this 
  19. problem insert NonVisual_Offs+=ScrnLogicalByteWidth*14 just before the call
  20. to x_init_mouse.
  21.  
  22. Sorry about not fixing the problem more elegantly, but I didn't want to 
  23. do any major work on the mouse driver.
  24.  
  25. Themie
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.